ResourceGetSupportedDavLevel Method (String) |
Gets the DAV header value.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic string[] GetSupportedDavLevel(
string address
)
Public Function GetSupportedDavLevel (
address As String
) As String()
Parameters
- address
- Type: SystemString
The URI that identifies the resource.
Return Value
Type:
StringDAV header values
See Also